home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware in MacFormat / brailler0.5b / brlr ƒ / Shell ƒ / dialogs.h < prev    next >
Encoding:
Text File  |  1994-12-20  |  727 b   |  16 lines  |  [TEXT/MMCC]

  1. enum
  2. {
  3.     smallAlert = 128,        /* for small stuff */
  4.     largeAlert,                /* for large stuff */
  5.     saveAlert                /* save changes alert */
  6. };
  7.  
  8. void PositionDialog(ResType theType, short theID);
  9. pascal void OutlineDefaultButton(DialogPtr myDlog, short itemNum);
  10. pascal Boolean OneButtonFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  11. pascal Boolean TwoButtonFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  12. pascal Boolean ThreeButtonFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  13. short FakeSelect(DialogPtr theDialog, short itemNum);
  14. void SetButtonHighlight(DialogPtr theDialog, short itemNum, Boolean isOn);
  15. void SetButtonTitle(DialogPtr theDialog, short itemNum, Str255 theStr);
  16.